home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / LUNA.MS_ / luna.mst / TEXTFILE / NORMALBLUE_INI (.txt) < prev    next >
Encoding:
Null Bytes Alternating  |  2003-03-24  |  125.4 KB  |  2,320 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8.  
  9. ; global edge colors (redefined in various parts) 
  10. EdgeLightColor      = 241 239 226
  11. EdgeHighLightColor  = 255 255 255
  12. EdgeShadowColor     = 172 168 153
  13. EdgeDkShadowColor   = 113 111 100 
  14. EdgeFillColor       = 236 233 216
  15.  
  16. ;--------- system metrics -------------------------------
  17. [SysMetrics]
  18. ;The system metric colors also effect non-themed controls.
  19.  
  20. ScrollbarWidth = 17
  21. ScrollbarHeight = 17
  22.  
  23. Window = 255 255 255
  24. MenuBar = 236 233 216
  25. Menu = 255 255 255
  26. Background = 0 78 152
  27. Btnface = 236 233 216
  28. Highlight = 49 106 197
  29.  
  30. ActiveCaption = 0 84 227
  31. CaptionText = 255 255 255
  32. InactiveCaption = 122 150 223
  33. InactiveCaptionText = 216 228 248
  34. GradientActiveCaption = 61 149 255
  35. GradientInactiveCaption = 157 185 235
  36. HighlightText = 255 255 255
  37. MenuHilight = 49 106 197
  38. BtnShadow = 172 168 153
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44. ;---- don't remove these fonts (must specify to be localizable) ----
  45. CaptionFont = Trebuchet MS, 10, bold
  46. CaptionBarHeight = 25
  47. SmallCaptionFont = Tahoma, 8, bold
  48. SMCaptionBarHeight = 17
  49. SMCaptionBarWidth = 17
  50. MenuFont = Tahoma, 8
  51. StatusFont = Tahoma, 8
  52. MsgBoxFont = Tahoma, 8
  53. IconTitleFont = Tahoma, 8
  54.  
  55.  
  56. ;The FlatMenus option allows the author to turn of the 3d border on menus
  57. FlatMenus = true
  58.  
  59. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  60. CssName = cpwebvw.css
  61.  
  62. ;This may allow authors to specify a theme matching XML file.
  63. XmlName = default.xml
  64.  
  65. ; this theme designed for 15-bit color and higher
  66. MinColorDepth = 15
  67.  
  68. ;---------- buttons ---------------------------------
  69. ;Overall button class
  70. [button]
  71.  
  72. ;Normal button
  73. [button.pushbutton]
  74. bgtype = imagefile
  75. SizingMargins = 8, 8, 9, 9
  76. sizingType = Stretch
  77. ContentMargins = 3, 3, 3, 3 
  78. ImageFile = Blue\button.bmp
  79. imageCount = 5
  80. ImageLayout = vertical
  81. TextColor = 0 0 0
  82. FillColorHint = 243 243 239; Average fill color (light beige)
  83. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  84. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  85. MinSize= 10, 5
  86.  
  87. ;Makes text for button grey for the disabled state
  88. [button.pushbutton(disabled)]
  89. TextColor = 161 161 146
  90.  
  91. ;Color hint for default state
  92. [button.pushbutton(defaulted)]
  93. AccentColorHint = 157 187 235; Default state hilite color (blue)
  94.  
  95. ;Checkboxes
  96. [button.checkbox]
  97. bgtype = imagefile
  98. imagelayout=vertical
  99. sizingType = TrueSize
  100. SizingMargins = 0, 0, 0, 0
  101. ContentMargins = 0, 0, 0, 0
  102. imageCount = 12
  103. MirrorImage = false
  104. FillColorHint = 33 161 33; Checkmark color (green)
  105. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  106. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  107.  
  108. ;----- Multiple control sizes for different video adapter resolution settings ----
  109. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  110. TrueSizeScalingType = Dpi
  111. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  112. UniformSizing   = true  ; if you must stretch, do width & height equally
  113. ImageFile1=Blue\CheckBox13.bmp
  114. ImageFile2=Blue\CheckBox16.bmp
  115. ImageFile3=Blue\CheckBox25.bmp
  116. MinDpi1=96
  117. MinDpi2=118
  118. MinDpi3=185 
  119.  
  120. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  121. ;to grey for the corresponding states.
  122. [button.checkbox(checkeddisabled)]
  123. TextColor = 161 161 146
  124.  
  125. [button.checkbox(uncheckeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(mixeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. ;Radio buttons
  132. [button.radiobutton]
  133. bgtype = imagefile
  134. imagelayout=vertical
  135. transparent=true
  136. sizingType = TrueSize
  137. SizingMargins = 0, 0, 0, 0
  138. ContentMargins = 0, 0, 0, 0
  139. imageCount = 8
  140. FillColorHint = 33 161 33; Selection dot color (green)
  141. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  142. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  143.  
  144. ;----- Multiple control sizes for different video adapter resolution settings ----
  145. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  146. TrueSizeScalingType = Dpi
  147. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  148. UniformSizing   = true  ; if you must stretch, do width & height equally
  149. ImageFile1=Blue\RadioButton13.bmp
  150. ImageFile2=Blue\RadioButton16.bmp
  151. ImageFile3=Blue\RadioButton25.bmp
  152. MinDpi1=96
  153. MinDpi2=118
  154. MinDpi3=185
  155.  
  156. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  157. ;to grey for the corresponding states.
  158. [button.radiobutton(checkeddisabled)]
  159. TextColor = 161 161 146
  160.  
  161. [button.radiobutton(uncheckeddisabled)]
  162. TextColor = 161 161 146
  163.  
  164. ;The line enclosing a group of controls
  165. [button.groupbox]
  166. TextColor = 0 70 213
  167. bgtype = imagefile
  168. SizingMargins = 4, 4, 4, 4
  169. sizingType = Tile
  170. ImageFile = Blue\GroupBox.bmp
  171. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  172. ;draw on top of the controls it surrounds)
  173. borderOnly = true
  174. transparent = true
  175. BorderColorHint = 208 208 191; Dark beige edge color
  176. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  177.  
  178.  
  179. ;----------- combobox --------------------------------
  180. ;Dropdown controls
  181. [Combobox]
  182. ; Globals for the entire control
  183. BgType  = BorderFill
  184. BorderSize  = 1
  185. FillColor   = 255 255 255 
  186. BorderColor = 127 157 185
  187.  
  188. [Combobox(Hot)]
  189. ; Globals when the mouse is over the control
  190. BorderColor = 127 157 185
  191.  
  192.  
  193. [Combobox(Disabled)]
  194. ; Globals when the control is disabled
  195. BorderColor = 201 199 186
  196. FillColor   = 245 244 234
  197.  
  198. ;The down pointing triangle button
  199. [Combobox.DropDownButton]
  200. BgType  = imagefile
  201. imagelayout = vertical
  202. SizingType  = Stretch
  203. ImageFile = Blue\ComboButton.bmp
  204. SizingMargins = 3, 3, 3, 3
  205. ContentMargins = 0, 0, 0, 0
  206. ImageCount  = 4
  207. GlyphType   = ImageGlyph
  208. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  209. GlyphTransparent= true
  210. FillColorHint = 200 214 251; Average fill color (light blue)
  211. BorderColorHint = 255 255 255; Edge color (white)
  212.  
  213. ;----------- edit --------------------------------
  214. [edit]
  215. BgType  = BorderFill
  216. BorderSize  = 1
  217. FillColor   = 255 255 255 
  218. BorderColor = 127 157 185
  219.  
  220. [edit.edittext(Disabled)]
  221. FillColor   = 235 235 228
  222. TextColor   = 161 161 146
  223.  
  224. [edit.edittext(ReadOnly)]
  225. FillColor   = 235 235 228
  226. TextColor   = 0 0 0
  227.  
  228.  
  229. ;----------- listbox --------------------------------
  230. [Listbox]
  231. BgType  = BorderFill
  232. BorderSize  = 1
  233. FillColor   = 255 255 255 
  234. BorderColor = 127 157 185
  235.  
  236.  
  237. ;--------- Scrollbar -------------------------
  238. [ScrollBar]
  239.  
  240. ;The buttons, both horizontal and vertical in one strip
  241. ; Scrollbar Arrow Buttons
  242. [ScrollBar.ArrowBtn]
  243. BgType  = ImageFile
  244. SizingMargins = 5, 5, 5, 5
  245. ContentMargins = 0, 0, 3, 3
  246. SizingType = Stretch
  247. ImageFile = Blue\ScrollArrows.bmp
  248. ImageCount = 16
  249. ImageLayout = Vertical
  250. GlyphType   = ImageGlyph
  251. GlyphTransparent= True
  252. FillColorHint = 200 214 251; Average fill color (light blue)
  253. BorderColorHint = 255 255 255; Edge color (white)
  254.  
  255.  
  256. ;----- the two sizes of scrollbar arrow glyphs ----
  257. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  258. TrueSizeScalingType = size
  259. SourceShrink = True
  260. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  261. UniformSizing   = true; if you must stretch, do width & height equally
  262. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  263. ImageFile2  = Blue\ScrollArrowGlyphs.bmp
  264. MinSize1  = 7, 7
  265. MinSize2  = 9, 9 
  266. NormalSize = 7, 10
  267.  
  268. ; Scrollbar Thumb (horizontal)
  269. [Scrollbar.ThumbBtnHorz]
  270. BgType  = ImageFile
  271. SizingMargins = 5, 5, 5, 5
  272. ContentMargins = 4, 4, 0, 0
  273. ImageFile = Blue\ScrollThumbHorizontal.bmp
  274. ImageCount  = 4
  275. ImageLayout = Vertical
  276. FillColorHint = 198 213 253; Average fill color (light blue)
  277. BorderColorHint = 255 255 255; Edge color (white)
  278.  
  279.  
  280. ;A visual element in the middle of the scrollbar thumb
  281. [Scrollbar.GripperHorz]
  282. BgType  = ImageFile
  283. SizingType  = TrueSize
  284. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  285. imagelayout = vertical
  286. Transparent = True
  287. ImageCount  = 4
  288.  
  289. ; Scrollbar Thumb (vertical)
  290. [Scrollbar.ThumbBtnVert]
  291. BgType  = ImageFile
  292. SizingMargins = 5, 5, 5, 5
  293. ContentMargins = 0, 0, 4, 4
  294. ImageFile = Blue\ScrollThumbVertical.bmp
  295. ImageCount  = 4
  296. ImageLayout = vertical
  297. FillColorHint = 198 213 253; Average fill color (light blue)
  298. BorderColorHint = 255 255 255; Edge color (white)
  299.  
  300. ;A visual element in the middle of the scrollbar thumb
  301. [Scrollbar.GripperVert]
  302. BgType  = ImageFile
  303. SizingType  = TrueSize
  304. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  305. ImageCount  = 4
  306. Transparent = True
  307. ImageLayout = Vertical
  308.  
  309.  
  310. ; Scrollbar Tracks (horizontal)
  311. [Scrollbar.LowerTrackHorz]
  312. BgType  = imagefile
  313. ImageFile = Blue\ScrollShaftHorizontal.bmp
  314. SizingMargins = 0, 0, 1, 1
  315. ImageCount = 4
  316. ImageLayout = Vertical
  317. FillColorHint = 198 213 253; Average fill color (light blue)
  318.  
  319.  
  320. [Scrollbar.UpperTrackHorz]
  321. BgType  = imagefile
  322. ImageFile = Blue\ScrollShaftHorizontal.bmp
  323. SizingMargins = 0, 0, 1, 1
  324. ImageCount = 4
  325. ImageLayout = Vertical
  326. FillColorHint = 198 213 253; Average fill color (light blue)
  327.  
  328. ; Scrollbar Tracks (vertical)
  329. [Scrollbar.LowerTrackVert]
  330. BgType  = imagefile
  331. ImageFile = Blue\ScrollShaftVertical.bmp
  332. SizingMargins = 1, 1, 0, 0
  333. ImageCount = 4
  334. ImageLayout = Vertical
  335. FillColorHint = 198 213 253; Average fill color (light blue)
  336.  
  337. [Scrollbar.UpperTrackVert]
  338. BgType  = imagefile
  339. ImageFile = Blue\ScrollShaftVertical.bmp
  340. SizingMargins = 1, 1, 0, 0
  341. ImageCount = 4
  342. ImageLayout = Vertical
  343. FillColorHint = 198 213 253; Average fill color (light blue)
  344.  
  345. [ScrollBar.SizeBox]
  346. ImageFile = Blue\ResizeGrip2.bmp
  347. bgtype = imagefile
  348. imageCount = 2
  349. sizingType = trueSize
  350. Transparent = True
  351. TransparentColor = 255 0 0
  352. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  353. VAlign = Bottom
  354.  
  355. ;----------- spin --------------------------------
  356. ;Spin buttons for incrementing values in a field
  357. [spin]
  358. bgtype = imagefile
  359. sizingType = tile
  360. ImageFile = Blue\FieldOutlineBlue.bmp
  361. SizingMargins = 2, 2, 2, 2
  362. imageCount = 1
  363.  
  364. [Spin.Up]
  365. bgtype = imagefile
  366. sizingType = stretch
  367. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  368. SizingMargins = 4, 4, 4, 4
  369. ContentMargins = 0, 0, 0, 0
  370. imageCount = 4
  371. ImageLayout = Vertical
  372. GlyphType   = ImageGlyph
  373. GlyphImageFile = Blue\SpinUpGlyph.bmp
  374. GlyphTransparent= True
  375. FillColorHint = 200 214 251; Average fill color (light blue)
  376. BorderColorHint = 255 255 255; Edge color (white)
  377.  
  378. [Spin.Down]
  379. bgtype = imagefile
  380. sizingType = tile
  381. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  382. SizingMargins = 4, 4, 4, 4
  383. ContentMargins = 0, 0, 0, 0
  384. imageCount = 4
  385. ImageLayout = Vertical
  386. GlyphType   = ImageGlyph
  387. GlyphImageFile = Blue\SpinDownGlyph.bmp
  388. GlyphTransparent= True
  389. FillColorHint = 200 214 251; Average fill color (light blue)
  390. BorderColorHint = 255 255 255; Edge color (white)
  391.  
  392. [Spin.Uphorz]
  393. bgtype = imagefile
  394. sizingType = stretch
  395. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  396. SizingMargins = 4, 4, 4, 4
  397. ContentMargins = 0, 0, 0, 0
  398. imageCount = 4
  399. ImageLayout = Vertical
  400. GlyphType   = ImageGlyph
  401. GlyphImageFile = Blue\SpinRightGlyph.bmp
  402. GlyphTransparent = True
  403. FillColorHint = 200 214 251; Average fill color (light blue)
  404. BorderColorHint = 255 255 255; Edge color (white)
  405.  
  406. [Spin.Downhorz]
  407. bgtype = imagefile
  408. sizingType = Stretch
  409. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  410. SizingMargins = 4, 4, 4, 4
  411. ContentMargins = 0, 0, 0, 0
  412. imageCount = 4
  413. ImageLayout = Vertical
  414. GlyphType   = ImageGlyph
  415. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  416. GlyphTransparent = True
  417. FillColorHint = 200 214 251; Average fill color (light blue)
  418. BorderColorHint = 255 255 255; Edge color (white)
  419.  
  420. ;----------- rebar --------------------------------
  421. ;Rebar is a container for toolbars
  422.  
  423. [Rebar]
  424. bgtype =imagefile
  425. sizingtype=stretch
  426. ImageFile = Blue\ToolbarBackground.bmp
  427. sizingmargins= 0, 0, 0, 4
  428. Font                = Tahoma, 8
  429. TextColor           = 127 124 115
  430. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  431.  
  432. [Rebar.Band]
  433. bgtype = none
  434. ContentMargins    = 2, 0, 0, 0
  435. EdgeShadowColor = 216 210 189
  436.  
  437. [Rebar.Gripper]
  438. bgtype = imagefile
  439. SizingMargins   = 2, 1, 4, 2 
  440. ContentMargins    = 2, 1, 0, 0
  441. ImageFile = Blue\ToolbarGripper.bmp
  442. sizingType     = Tile
  443. Transparent     = true
  444. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  445.  
  446. [Rebar.GripperVert]
  447. bgtype = imagefile
  448. SizingMargins = 3, 3, 2, 1
  449. ContentMargins    = 1, 2, 0, 0
  450. ImageFile = Blue\ToolbarGripperVert.bmp
  451. sizingType = Tile
  452. Transparent = true
  453. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  454.  
  455. [Rebar.Chevron]
  456. SizingMargins = 4, 4, 4, 4
  457. ContentMargins = 0, 0, 0, 0
  458. ImageFile = Blue\ToolbarButtons.bmp
  459. bgtype = imagefile
  460. imagelayout = vertical
  461. imageCount= 6
  462. sizingType= Stretch
  463. Transparent = true
  464. GlyphType   = ImageGlyph
  465. GlyphImageFile = Blue\Chevron.bmp
  466. GlyphTransparent= true
  467. VAlign = Top
  468. FillColorHint = 0 0 0; Glyph color (black)
  469.  
  470. [Rebar.ChevronVert]
  471. SizingMargins = 4, 4, 4, 4
  472. ContentMargins = 0, 0, 0, 0
  473. ImageFile = Blue\ToolbarButtons.bmp
  474. bgtype = imagefile
  475. imagelayout = vertical
  476. imageCount= 6
  477. sizingType= Stretch
  478. Transparent = true
  479. GlyphType   = ImageGlyph
  480. GlyphImageFile = Blue\Chevron.bmp
  481. GlyphTransparent= true
  482. VAlign = Top
  483. FillColorHint = 0 0 0; Glyph color (black)
  484.  
  485. ;----------- toolbar--------------------------------
  486. ;Button bars and menu bars in some applicatons
  487.  
  488. [Toolbar]
  489. BgType  = Borderfill
  490. Bordersize  = 0
  491. FillColor   = 236 233 216
  492. TextColor   = 0 0 0
  493.  
  494. [Toolbar(Pressed)]
  495. TextColor= 255 255 255
  496.  
  497. [Toolbar.Button]
  498. SizingMargins = 4, 4, 4, 4
  499. ContentMargins = 0, 0, 0, 0
  500. ImageFile = Blue\ToolbarButtons.bmp
  501. bgtype = imagefile
  502. imagelayout = vertical
  503. imageCount = 6
  504. sizingType = Stretch
  505. Transparent = true
  506. TransparentColor = 255 0 255
  507. FillColorHint = 241 243 239; Average fill color (light beige)
  508. BorderColorHint = 206 206 195; Edge color (dark beige)
  509.  
  510. [Toolbar.Separator]
  511. SizingMargins = 5, 2, 2, 1
  512. ImageFile = Blue\Separator.bmp
  513. bgtype = imagefile
  514. imageCount = 1
  515. sizingType = tile
  516. Transparent = true
  517. TransparentColor = 255 0 0
  518. FillColorHint = 202 198 175; Darker separator color (medium beige)
  519.  
  520. [Toolbar.SeparatorVert]
  521. SizingMargins = 2, 1, 5, 1
  522. ImageFile = Blue\SeparatorVert.bmp
  523. bgtype = imagefile
  524. imageCount = 1
  525. sizingType = tile
  526. Transparent = true
  527. TransparentColor = 255 0 0
  528. FillColorHint = 202 198 175; Darker separator color (medium beige)
  529.  
  530.  
  531. [Toolbar.DropdownButton]
  532. SizingMargins = 4, 4, 4, 4
  533. ContentMargins = 0, 0, 0, 0
  534. ImageFile = Blue\ToolbarButtons.bmp
  535. bgtype = imagefile
  536. imagelayout = vertical
  537. imageCount = 6
  538. sizingType = Stretch
  539. Transparent = true
  540. TransparentColor = 255 0 255
  541. FillColorHint = 241 243 239; Average fill color (light beige)
  542. BorderColorHint = 206 206 195; Edge color (dark beige)
  543.  
  544. [Toolbar.SplitButton]
  545. SizingMargins = 4, 2, 4, 4
  546. ImageFile = Blue\ToolbarButtonsSplit.bmp
  547. bgtype = imagefile
  548. imagelayout = vertical
  549. imageCount = 6
  550. sizingType = Stretch
  551. Transparent = true
  552. TransparentColor = 255 0 255
  553. FillColorHint = 241 243 239; Average fill color (light beige)
  554. BorderColorHint = 206 206 195; Edge color (dark beige)
  555.  
  556. [Toolbar.SplitButtonDropdown]
  557. SizingMargins = 2, 4, 4, 4
  558. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  559. bgtype = imagefile
  560. imagelayout = vertical
  561. imageCount = 6
  562. sizingType = Stretch
  563. Transparent = true
  564. TransparentColor = 255 0 255
  565. GlyphType   = ImageGlyph
  566. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  567. GlyphTransparent= true
  568. FillColorHint = 241 243 239; Average fill color (light beige)
  569. BorderColorHint = 206 206 195; Edge color (dark beige)
  570.  
  571.  
  572. ;----------- status--------------------------------
  573. ;The area at the bottom of a window containing miscellaneous status info
  574. ;The first is the container for the status sections
  575. [Status]
  576. SizingMargins = 50, 17, 5, 9
  577. ImageFile = Blue\StatusBackground.bmp
  578. bgtype = imagefile
  579. imageCount = 1
  580. sizingType = Tile
  581. FillColorHint = 236 233 216; Average fill color (beige)
  582.  
  583. ;The individual status item backgrounds
  584. [Status.Pane]
  585. SizingMargins = 0, 2, 2, 2
  586. ImageFile = Blue\StatusPane.bmp
  587. bgtype = imagefile
  588. imageCount = 1
  589. sizingType = Tile
  590. Transparent = True
  591. TransparentColor = 255 0 0 
  592.  
  593. ;The individual status item backgrounds
  594. [Status.GripperPane]
  595. bgtype = none
  596.  
  597. ;The resize corner
  598. [Status.Gripper]
  599. ContentMargins=0,0,0,0
  600. ImageFile = Blue\ResizeGrip2.bmp
  601. bgtype = imagefile
  602. imageCount = 2
  603. sizingType = trueSize
  604. Transparent = True
  605. TransparentColor = 255 0 0 
  606. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  607. VAlign = Bottom
  608.  
  609.  
  610. ;----------- list view --------------------------------
  611. ;Icon, list, details, etc.
  612.  
  613. [ListView]
  614. BgType  = BorderFill
  615. BorderSize  = 1
  616. FillColor   = 255 255 255 
  617. BorderColor = 127 157 185
  618.  
  619.  
  620. ;----------- Tree view --------------------------------
  621.  
  622. [TreeView]
  623. BgType  = BorderFill
  624. BorderSize  = 1
  625. FillColor   = 255 255 255 
  626. BorderColor = 127 157 185
  627.  
  628. [TreeView.Glyph]
  629. bgtype = imagefile
  630. ImageFile = Blue\treeExpandCollapse.bmp
  631. SizingType = TrueSize
  632. imagecount = 2
  633. imageLayout=vertical
  634.  
  635.  
  636. ;----------- header --------------------------------
  637. ;The area at the top of a list, with clickable headers for sort order
  638.  
  639. [Header]
  640. bgtype = imagefile
  641. SizingMargins = 0, 0, 0, 3
  642. ImageFile = Blue\ListviewHeaderBackground.bmp
  643. sizingType = tile
  644.  
  645. [Header.HeaderItem]
  646. bgtype = imagefile
  647. SizingMargins = 8, 8, 3, 4
  648. ContentMargins = 3, 0, 0, 0
  649. ImageFile = Blue\ListViewHeader.bmp
  650. imageCount=5
  651. imageLayout=vertical
  652. sizingType = tile
  653. transparent=true
  654. transparentcolor=255 0 0
  655. FillColorHint = 250 248 243; Average fill color (light beige)
  656. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  657.  
  658.  
  659. ;----------- progress --------------------------------
  660. ;Progress bars
  661.  
  662. [Progress]
  663. ProgressChunkSize=6
  664. ProgressSpaceSize=2
  665. bgType = borderFill
  666. fillType = Solid
  667. fillColor = 46 211 49
  668. bordersize = 1
  669. borderColor = 235 235 228
  670.  
  671. [Progress.Bar]
  672. bgtype = imagefile
  673. ImageFile = Blue\ProgressTrack.bmp
  674. MinSize=10,10
  675. sizingMargins = 4, 4, 3, 3
  676. SizingType = tile
  677. FillColorHint = 255 255 255; Background color (white)
  678. BorderColorHint = 104 104 104; Edge color (dark grey)
  679. NormalSize = 100, 18
  680. SourceShrink = true
  681.  
  682. [Progress.Chunk]
  683. bgtype = imagefile
  684. ImageFile = Blue\ProgressChunk.bmp
  685. sizingMargins = 0, 0, 6, 5
  686. SizingType = tile
  687. FillColorHint = 46 211 49; Progress indicator color (green)
  688.  
  689. [Progress.BarVert]
  690. bgtype = imagefile
  691. ImageFile = Blue\ProgressTrackVert.bmp
  692. sizingMargins = 3, 3, 4, 4
  693. SizingType = tile
  694. FillColorHint = 255 255 255; Background color (white)
  695. BorderColorHint = 104 104 104; Edge color (dark grey)
  696.  
  697. [Progress.ChunkVert]
  698. bgtype = imagefile
  699. ImageFile = Blue\ProgressChunkVert.bmp
  700. sizingMargins = 6, 5, 0, 0
  701. SizingType = tile
  702. FillColorHint = 46 211 49; Progress indicator color (green)
  703.  
  704.  
  705. ;----------- tab --------------------------------
  706. [Tab]
  707. bgType = borderFill
  708. fillType = Solid
  709. fillColor = 236 233 216
  710. bordersize = 0
  711.  
  712. ;The whole content area of a tab page
  713. [Tab.Pane]
  714. bgtype = imagefile
  715. ImageFile = Blue\TabPaneEdge.bmp
  716. sizingMargins = 2, 4, 2, 4
  717. SizingType = stretch
  718. imagecount = 1
  719. FillColorHint = 251 251 253; Light tab background color (very light beige)
  720. BorderColorHint = 145 155 156; Edge color (dark grey)
  721.  
  722. [Tab.TabItem]
  723. SizingMargins = 6, 6, 6, 6
  724. ContentMargins = 0, 0, 0, 0
  725. bgtype=imagefile
  726. ImageFile = Blue\tabItem.bmp
  727. imagecount=5
  728. imagelayout=vertical
  729. FillColorHint = 248 248 246; Tab average color (light beige)
  730. BorderColorHint = 145 167 180; Edge color (blue grey)
  731. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  732.  
  733.  
  734. [Tab.TabItemLeftEdge]
  735. SizingMargins = 6, 6, 6, 6
  736. ContentMargins = 0, 0, 0, 0
  737. bgtype=imagefile
  738. ImageFile = Blue\tabItemLeft.bmp
  739. imagecount=5
  740. imagelayout=vertical
  741. FillColorHint = 248 248 246; Tab average color (light beige)
  742. BorderColorHint = 145 167 180; Edge color (blue grey)
  743. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  744.  
  745.  
  746. [Tab.TabItemRightEdge]
  747. SizingMargins = 6, 6, 6, 6
  748. ContentMargins = 0, 0, 0, 0
  749. bgtype=imagefile
  750. ImageFile = Blue\tabItemRight.bmp
  751. imagecount=5
  752. imagelayout=vertical
  753. FillColorHint = 248 248 246; Tab average color (light beige)
  754. BorderColorHint = 145 167 180; Edge color (blue grey)
  755. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  756.  
  757.  
  758. [Tab.TabItemBothEdge]
  759. SizingMargins = 6, 6, 6, 6
  760. ContentMargins = 0, 0, 0, 0
  761. bgtype=imagefile
  762. ImageFile = Blue\tabItemBoth.bmp
  763. imagecount=5
  764. imagelayout=vertical
  765. FillColorHint = 248 248 246; Tab average color (light beige)
  766. BorderColorHint = 145 167 180; Edge color (blue grey)
  767. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  768.  
  769.  
  770. [Tab.TopTabItem]
  771. SizingMargins = 6, 6, 6, 6
  772. ContentMargins = 0, 0, 0, 0
  773. bgtype=imagefile
  774. ImageFile = Blue\tabItemTop.bmp
  775. imagecount=5
  776. imagelayout=vertical
  777. FillColorHint = 248 248 246; Tab average color (light beige)
  778. BorderColorHint = 145 167 180; Edge color (blue grey)
  779. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  780.  
  781.  
  782. [Tab.TopTabItemLeftEdge]
  783. SizingMargins = 6, 6, 6, 6
  784. ContentMargins = 0, 0, 0, 0
  785. bgtype=imagefile
  786. ImageFile = Blue\tabItemTopLeft.bmp
  787. imagecount=5
  788. imagelayout=vertical
  789. FillColorHint = 248 248 246; Tab average color (light beige)
  790. BorderColorHint = 145 167 180; Edge color (blue grey)
  791. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  792.  
  793.  
  794. [Tab.TopTabItemRightEdge]
  795. SizingMargins = 6, 6, 6, 6
  796. ContentMargins = 0, 0, 0, 0
  797. bgtype=imagefile
  798. ImageFile = Blue\tabItemTopRight.bmp
  799. imagecount=5
  800. imagelayout=vertical
  801. FillColorHint = 248 248 246; Tab average color (light beige)
  802. BorderColorHint = 145 167 180; Edge color (blue grey)
  803. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  804.  
  805.  
  806. [Tab.TopTabItemBothEdge]
  807. SizingMargins = 6, 6, 6, 6
  808. ContentMargins = 0, 0, 0, 0
  809. bgtype=imagefile
  810. ImageFile = Blue\tabItemTopBoth.bmp
  811. imagecount=5
  812. imagelayout=vertical
  813. FillColorHint = 248 248 246; Tab average color (light beige)
  814. BorderColorHint = 145 167 180; Edge color (blue grey)
  815. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  816.  
  817.  
  818. [Tab.Body]
  819. bgtype = imagefile
  820. stockImageFile = Blue\TabBackground.bmp
  821. FillColorHint = 251 251 253; Light tab background color (very light beige)
  822.  
  823. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  824. TrueSizeScalingType = Dpi
  825. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  826. ImageFile1=Blue\TabBackground.bmp
  827. ImageFile2=Blue\TabBackground133.bmp
  828. MinDpi1=96
  829. MinDpi2=164
  830.  
  831. ;----------- trackbar --------------------------------
  832. ;Volume sliders, etc.
  833. [TrackBar]
  834. bgType = borderFill
  835. fillType = Solid
  836. fillColor = 235 235 228
  837. bordersize = 1
  838. borderColor = 235 235 228
  839.  
  840. ;The movable part of a horizontal slider (TBS_BOTH style)
  841. [TrackBar.Thumb]
  842. bgtype=imagefile
  843. ImageFile = Blue\TrackbarHorizontal.bmp
  844. imagecount=5
  845. imagelayout = vertical
  846. SizingMargins = 3, 4, 3, 4
  847. sizingtype = tile
  848. FillColorHint = 243 243 239; Average background color (light beige)
  849. BorderColorHint = 181 196 205; Edge color (blue grey)
  850. AccentColorHint = 71 196 70; Rollover color (green)
  851.  
  852. ;The movable part of a horizontal slider (TBS_TOP style)
  853. [TrackBar.ThumbTop]
  854. bgtype=imagefile
  855. imagecount=5
  856. imagelayout = vertical
  857. transparent=true
  858. sizingtype = truesize
  859. transparentcolor= 242 241 231
  860. FillColorHint = 243 243 239; Average background color (light beige)
  861. BorderColorHint = 181 196 205; Edge color (blue grey)
  862. AccentColorHint = 71 196 70; Rollover color (green)
  863.  
  864.  
  865. ;----- the three sizes ----
  866. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  867. TrueSizeScalingType = Dpi
  868. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  869. UniformSizing   = true  ; if you must stretch, do width & height equally
  870. ImageFile1=Blue\TrackBarUp13.bmp
  871. ImageFile2=Blue\TrackBarUp16.bmp
  872. ImageFile3=Blue\TrackBarUp25.bmp
  873. MinDpi1=96
  874. MinDpi2=118
  875. MinDpi3=185
  876.  
  877.  
  878. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  879. [TrackBar.ThumbBottom]
  880. bgtype=imagefile
  881. imagecount=5
  882. transparent=true
  883. SizingMargins = 3, 6, 6, 10
  884. sizingtype = truesize
  885. transparentcolor= 242 241 231
  886. ImageLayout = vertical
  887. FillColorHint = 243 243 239; Average background color (light beige)
  888. BorderColorHint = 181 196 205; Edge color (blue grey)
  889. AccentColorHint = 71 196 70; Rollover color (green)
  890.  
  891.  
  892. ;----- the three sizes ----
  893. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  894. TrueSizeScalingType = Dpi
  895. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  896. UniformSizing   = true  ; if you must stretch, do width & height equally
  897. ImageFile1=Blue\TrackBarDown13.bmp
  898. ImageFile2=Blue\TrackBarDown16.bmp
  899. ImageFile3=Blue\TrackBarDown25.bmp
  900. MinDpi1=96
  901. MinDpi2=118
  902. MinDpi3=185
  903.  
  904. ;The movable part of a vertical slider (TBS_BOTH style)
  905. [TrackBar.ThumbVert]
  906. bgtype=imagefile
  907. ImageFile = Blue\TrackbarVertical.bmp
  908. SizingMargins = 3, 4, 3, 4
  909. sizingtype = tile
  910. imagecount=5
  911. ImageLayout = vertical
  912. FillColorHint = 243 243 239; Average background color (light beige)
  913. BorderColorHint = 181 196 205; Edge color (blue grey)
  914. AccentColorHint = 71 196 70; Rollover color (green)
  915.  
  916.  
  917. ;The movable part of a vertical slider (TBS_LEFT style)
  918. [TrackBar.ThumbLeft]
  919. bgtype=imagefile
  920. sizingtype = truesize
  921. imagecount=5
  922. transparent=true
  923. transparentcolor= 242 241 231
  924. ImageLayout = vertical
  925. FillColorHint = 243 243 239; Average background color (light beige)
  926. BorderColorHint = 181 196 205; Edge color (blue grey)
  927. AccentColorHint = 71 196 70; Rollover color (green)
  928.  
  929. ;----- the three sizes ----
  930. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  931. TrueSizeScalingType = Dpi
  932. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  933. UniformSizing   = true  ; if you must stretch, do width & height equally
  934. ImageFile1=Blue\TrackBarLeft13.bmp
  935. ImageFile2=Blue\TrackBarLeft16.bmp
  936. ImageFile3=Blue\TrackBarLeft25.bmp
  937. MinDpi1=96
  938. MinDpi2=118
  939. MinDpi3=185
  940.  
  941. ;The movable part of a vertical slider (TBS_RIGHT style)
  942. [TrackBar.ThumbRight]
  943. bgtype=imagefile
  944. ImageFile = Blue\TrackbarRight13.bmp
  945. sizingtype = truesize
  946. imagecount=5
  947. transparent=true
  948. transparentcolor= 242 241 231
  949. ImageLayout = vertical
  950. FillColorHint = 243 243 239; Average background color (light beige)
  951. BorderColorHint = 181 196 205; Edge color (blue grey)
  952. AccentColorHint = 71 196 70; Rollover color (green)
  953.  
  954.  
  955. ;----- the three sizes ----
  956. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  957. TrueSizeScalingType = Dpi
  958. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  959. UniformSizing   = true  ; if you must stretch, do width & height equally
  960. ImageFile1=Blue\TrackBarRight13.bmp
  961. ImageFile2=Blue\TrackBarRight16.bmp
  962. ImageFile3=Blue\TrackBarRight25.bmp
  963. MinDpi1=96
  964. MinDpi2=118
  965. MinDpi3=185
  966.  
  967. ;The track along which a slidermoves
  968. [TrackBar.Track]
  969. bgtype=imagefile
  970. ImageFile = Blue\sliderTrack.bmp
  971. imagecount=1
  972. sizingtype = stretch
  973. SizingMargins = 2, 2, 2, 2
  974. FillColorHint = 242 241 233
  975. BorderColorHint = 157 156 153
  976.  
  977. ;The vertical track along which a slider moves
  978. [TrackBar.TrackVert]
  979. bgtype=imagefile
  980. ImageFile = Blue\sliderTrack.bmp
  981. imagecount=1
  982. sizingtype = stretch
  983. SizingMargins = 2, 2, 2, 2
  984. FillColorHint = 242 241 233; Background color (light beige)
  985. BorderColorHint = 157 156 153; Edge color (dark grey)
  986.  
  987. ;Set the color of the tickmarks drawn for the slider
  988. [TrackBar.Tics]
  989. color=161 161 146
  990.  
  991. ;Set the color of the tickmarks drawn for the vertical slider
  992. [TrackBar.TicsVert]
  993. color=161 161 146
  994.  
  995.  
  996.  
  997.  
  998. ;----------- tooltip --------------------------------
  999. ;Set the color or image background for tooltips
  1000. [Tooltip.Close]
  1001. BgType = ImageFile
  1002. ImageFile = Blue\BalloonClose.bmp
  1003. imagecount=3
  1004. sizingtype = truesize
  1005. Imagelayout = vertical
  1006.  
  1007.  
  1008.  
  1009. ;-------------- Windows ------------------------
  1010. [Window]
  1011. BgType = ImageFile
  1012. Transparent = true
  1013. TextShadowOffset = 1,1
  1014. TextShadowColor = 10 24 131
  1015.  
  1016. [Window.Caption]
  1017. ImageFile = Blue\FrameCaption.bmp
  1018. SizingMargins = 28, 35, 9, 17
  1019. ContentMargins = 1, 1, 1, 1
  1020. CaptionMargins = 4, 3, 0, 0
  1021. SizingType = stretch
  1022. Imagelayout = vertical
  1023. ImageCount=2
  1024. Transparent = True
  1025. FillColorHint = 0 84 229; Average background color (strong blue)
  1026.  
  1027. [Window.Caption(active)]
  1028. TextShadowType = Single
  1029.  
  1030. [Window.CaptionSizingTemplate]
  1031. ImageFile = Blue\FrameCaptionSizing.bmp
  1032. SizingMargins = 28, 35, 9, 17
  1033. ContentMargins = 18, 18, 26, 0
  1034. SizingType = tile
  1035. Imagelayout = vertical
  1036. ImageCount=2
  1037. Transparent = True
  1038. TransparentColor = 0 0 0
  1039.  
  1040. [Window.SmallCaption]
  1041. ImageFile = Blue\SmallFrameCaption.bmp
  1042. SizingMargins = 24, 37, 9, 8
  1043. ContentMargins = 1, 1, 1, 1
  1044. SizingType = tile
  1045. Imagelayout = vertical
  1046. ImageCount=2
  1047. FillColorHint = 0 84 229; Average background color (strong blue)
  1048.  
  1049. [Window.SmallCaptionSizingTemplate]
  1050. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  1051. SizingMargins = 24, 37, 9, 8
  1052. ContentMargins = 14, 14, 16, 0
  1053. SizingType = tile
  1054. Imagelayout = vertical
  1055. ImageCount=2
  1056. Transparent = True
  1057. TransparentColor = 0 0 0
  1058.  
  1059. ;The representation of a minimized window in and MDI application
  1060. [Window.MinCaption]
  1061. ImageFile = Blue\FrameCaptionMin.bmp
  1062. ImageCount = 2
  1063. ImageLayout = vertical
  1064. SizingType = stretch
  1065. SizingMargins = 23, 26, 12, 8
  1066. ContentMargins = 3, 3, 0, 3
  1067. CaptionMargins = 4, 3, 0, 0
  1068. FillColorHint = 0 84 229; Average background color (strong blue)
  1069.  
  1070. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1071. ;surrounding the window
  1072. [Window.MaxCaption]
  1073. ImageFile = Blue\FrameMaximized.bmp
  1074. SizingMargins = 28, 35, 9, 17
  1075. ContentMargins = 1, 1, 1, 1
  1076. SizingType = stretch
  1077. SizingType = Tile
  1078. Imagelayout = vertical
  1079. ImageCount=2
  1080. CaptionMargins = 4, 3, 4, 2 
  1081. ContentAlignment = left
  1082. FillColorHint = 0 84 229; Average background color (strong blue)
  1083.  
  1084. [Window.MaxCaption(Active)]
  1085. TextShadowType = Single
  1086.  
  1087. [Window.FrameLeft]
  1088. ImageFile = Blue\frameLeft.bmp
  1089. SizingMargins = 2, 2, 0, 0
  1090. SizingType = stretch
  1091. ImageLayout = vertical
  1092. ImageCount = 2
  1093. Transparent = FALSE
  1094. Borderonly = FALSE
  1095.  
  1096. [Window.FrameRight]
  1097. ImageFile = Blue\frameRight.bmp
  1098. SizingMargins = 2, 2, 0, 0
  1099. SizingType = stretch
  1100. ImageLayout = vertical
  1101. ImageCount = 2
  1102. Transparent = FALSE
  1103. Borderonly = FALSE
  1104.  
  1105. [Window.FrameBottom]
  1106. ImageFile = Blue\frameBottom.bmp
  1107. SizingMargins = 5, 5, 2, 2
  1108. SizingType = stretch
  1109. ImageLayout = vertical
  1110. ImageCount = 2
  1111. Transparent = FALSE
  1112. Borderonly = FALSE
  1113.  
  1114. [Window.SmallFrameLeft]
  1115. ImageFile = Blue\frameLeft.bmp
  1116. SizingMargins = 2, 2, 0, 0
  1117. SizingType = stretch
  1118. ImageLayout = vertical
  1119. ImageCount = 2
  1120. Transparent = FALSE
  1121. Borderonly = FALSE
  1122.  
  1123. [Window.SmallFrameRight]
  1124. ImageFile = Blue\frameRight.bmp
  1125. SizingMargins = 2, 2, 0, 0
  1126. SizingType = stretch
  1127. ImageLayout = vertical
  1128. ImageCount = 2
  1129. Transparent = FALSE
  1130. Borderonly = FALSE
  1131.  
  1132. [Window.SmallFrameBottom]
  1133. ImageFile = Blue\frameBottom.bmp
  1134. SizingMargins = 5, 5, 2, 2
  1135. SizingType = stretch
  1136. ImageLayout = vertical
  1137. ImageCount = 2
  1138. Transparent = FALSE
  1139. Borderonly = FALSE
  1140.  
  1141.  
  1142. ;Background for dialog boxes
  1143.  
  1144. [Window.dialog]
  1145. bgType = BorderFill
  1146. FillColor = 236 233 216
  1147. BorderColor = 236 233 216
  1148.  
  1149.  
  1150. ;Close button in Window titlebar
  1151. [Window.CloseButton]
  1152. BgType = ImageFile
  1153. SizingMargins = 5, 5, 5, 5
  1154. ContentMargins = 2, 2, 2, 2
  1155. sizingType = Stretch
  1156. ImageFile = Blue\CloseButton.bmp
  1157. GlyphType   = ImageGlyph
  1158. GlyphTransparent = True
  1159. ImageCount = 8
  1160. ImageLayout = Vertical
  1161. OffsetType = TopRight
  1162. Offset = -25, 5
  1163. FillColorHint = 228 93 61; Close box average color (brick red)
  1164. BorderColorHint = 255 255 255; Edge color (white)
  1165.  
  1166. ;----- glyphs ----
  1167. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1168. UniformSizing   = true  ; if you must stretch, do width & height equally
  1169. ImageFile1=Blue\CloseGlyph6.bmp
  1170. ImageFile2=Blue\CloseGlyph9.bmp
  1171. ImageFile3=Blue\CloseGlyph.bmp
  1172. ImageFile4=Blue\CloseGlyph19.bmp
  1173. ImageFile5=Blue\CloseGlyph23.bmp
  1174. MinDpi1=96
  1175. MinDpi2=126
  1176. MinDpi3=170
  1177.  
  1178.  
  1179. ;Maximize button in window titlebar
  1180. [Window.MaxButton]
  1181. BgType = ImageFile
  1182. SizingMargins = 5, 5, 5, 5
  1183. ContentMargins = 2, 2, 2, 2
  1184. sizingType = Stretch
  1185. ImageFile = Blue\CaptionButton.bmp
  1186. GlyphType   = ImageGlyph
  1187. GlyphTransparent = True
  1188. ImageCount = 8
  1189. ImageLayout=Vertical
  1190. OffsetType = TopRight
  1191. Offset = -49, 5
  1192. FillColorHint = 74 121 246; Titlebar button color (blue)
  1193. BorderColorHint = 255 255 255; Edge color (white)
  1194.  
  1195. ;----- glyphs ----
  1196. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1197. UniformSizing   = true  ; if you must stretch, do width & height equally
  1198. ImageFile1=Blue\MaximizeGlyph6.bmp
  1199. ImageFile2=Blue\MaximizeGlyph9.bmp
  1200. ImageFile3=Blue\MaximizeGlyph.bmp
  1201. ImageFile4=Blue\MaximizeGlyph19.bmp
  1202. ImageFile5=Blue\MaximizeGlyph23.bmp
  1203. MinDpi1=96
  1204. MinDpi2=126
  1205. MinDpi3=170
  1206.  
  1207.  
  1208. ;Restore button in window titlebar
  1209. [Window.RestoreButton]
  1210. BgType = ImageFile
  1211. SizingMargins = 5, 5, 5, 5
  1212. ContentMargins = 2, 2, 2, 2
  1213. sizingType = Stretch
  1214. ImageFile = Blue\CaptionButton.bmp
  1215. GlyphType   = ImageGlyph
  1216. GlyphTransparent = True
  1217. ImageCount = 8
  1218. ImageLayout=Vertical
  1219. OffsetType = TopRight
  1220. Offset = -49, 5
  1221. FillColorHint = 74 121 246; Titlebar button color (blue)
  1222. BorderColorHint = 255 255 255; Edge color (white)
  1223.  
  1224. ;----- glyphs ----
  1225. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1226. UniformSizing   = true  ; if you must stretch, do width & height equally
  1227. ImageFile1=Blue\RestoreGlyph6.bmp
  1228. ImageFile2=Blue\RestoreGlyph9.bmp
  1229. ImageFile3=Blue\RestoreGlyph.bmp
  1230. ImageFile4=Blue\RestoreGlyph19.bmp
  1231. ImageFile5=Blue\RestoreGlyph23.bmp
  1232. MinDpi1=96
  1233. MinDpi2=126
  1234. MinDpi3=170
  1235.  
  1236.  
  1237. ;Minimize button in window titlebar
  1238. [Window.MinButton]
  1239. BgType = ImageFile
  1240. SizingMargins = 5, 5, 5, 5
  1241. ContentMargins = 2, 2, 2, 2
  1242. sizingType = Stretch
  1243. ImageFile = Blue\CaptionButton.bmp
  1244. GlyphType   = ImageGlyph
  1245. GlyphTransparent = True
  1246. ImageCount = 8
  1247. ImageLayout=Vertical
  1248. OffsetType = TopRight
  1249. Offset = -73, 5
  1250. FillColorHint = 74 121 246; Titlebar button color (blue)
  1251. BorderColorHint = 255 255 255; Edge color (white)
  1252.  
  1253. ;----- glyphs ----
  1254. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1255. UniformSizing   = true  ; if you must stretch, do width & height equally
  1256. ImageFile1=Blue\MinimizeGlyph6.bmp
  1257. ImageFile2=Blue\MinimizeGlyph9.bmp
  1258. ImageFile3=Blue\MinimizeGlyph.bmp
  1259. ImageFile4=Blue\MinimizeGlyph19.bmp
  1260. ImageFile5=Blue\MinimizeGlyph23.bmp
  1261. MinDpi1=96
  1262. MinDpi2=126
  1263. MinDpi3=170
  1264.  
  1265. ;Help button in window titlebar--normally only appears on dialog windows
  1266. [Window.HelpButton]
  1267. BgType = ImageFile
  1268. SizingMargins = 5, 5, 5, 5
  1269. ContentMargins = 2, 2, 2, 2
  1270. sizingType = Stretch
  1271. ImageFile = Blue\CaptionButton.bmp
  1272. GlyphType   = ImageGlyph
  1273. GlyphTransparent = True
  1274. ImageCount = 8
  1275. ImageLayout=Vertical
  1276. OffsetType = TopRight
  1277. Offset = -73, 5
  1278. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1279. FillColorHint = 74 121 246; Titlebar button color (blue)
  1280. BorderColorHint = 255 255 255; Edge color (white)
  1281.  
  1282. ;----- glyphs ----
  1283. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1284. UniformSizing   = true  ; if you must stretch, do width & height equally
  1285. ImageFile1=Blue\HelpGlyph6.bmp
  1286. ImageFile2=Blue\HelpGlyph9.bmp
  1287. ImageFile3=Blue\HelpGlyph.bmp
  1288. ImageFile4=Blue\HelpGlyph19.bmp
  1289. ImageFile5=Blue\HelpGlyph23.bmp
  1290. MinDpi1=96
  1291. MinDpi2=126
  1292. MinDpi3=170
  1293.  
  1294.  
  1295. ;The Titlebar icon, next to the window title
  1296. [Window.SysButton]
  1297. OffsetType = TopLeft
  1298. Offset = 10, 3
  1299.  
  1300. ;Close button for palette windows
  1301. [Window.SmallCloseButton]
  1302. BgType = ImageFile
  1303. SizingMargins = 5, 5, 5, 5
  1304. ContentMargins = 0, 0, 0, 0
  1305. sizingType = Stretch
  1306. ImageFile = Blue\SmallCloseButton.bmp
  1307. GlyphType   = ImageGlyph
  1308. GlyphImageFile = Blue\SmallCloseGlyph.bmp
  1309. GlyphTransparent = True
  1310. ImageCount = 8
  1311. ImageLayout = Vertical
  1312. OffsetType = TopRight
  1313. Offset = -16, 3
  1314. FillColorHint = 228 93 61; Close box average color (brick red)
  1315. BorderColorHint = 255 255 255; Edge color (white)
  1316.  
  1317. ;Close button for a maximized MDI window
  1318. [Window.MDICloseButton]
  1319. BgType = ImageFile
  1320. sizingType = stretch
  1321. ImageFile = Blue\MDICaptionButton.bmp
  1322. ImageCount=4
  1323. ImageLayout = Vertical
  1324. SizingMargins = 4, 4, 4, 4
  1325. ContentMargins = 0, 0, 0, 0
  1326. OffsetType = TopRight
  1327. Offset = -19, 1
  1328. GlyphType   = ImageGlyph
  1329. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1330. GlyphTransparent= true
  1331. FillColorHint = 241 239 229; Average background color (beige)
  1332. BorderColorHint = 255 255 255; Edge color (white)
  1333.  
  1334. ;Restore button for a maximized MDI window
  1335. [Window.MDIRestoreButton]
  1336. BgType = ImageFile
  1337. sizingType = stretch
  1338. ImageFile = Blue\MDICaptionButton.bmp
  1339. ImageCount=4
  1340. ImageLayout = Vertical
  1341. SizingMargins = 4, 4, 4, 4
  1342. ContentMargins = 0, 0, 0, 0
  1343. OffsetType = TopRight
  1344. Offset = -37, 1
  1345. GlyphType   = ImageGlyph
  1346. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1347. GlyphTransparent= true
  1348. FillColorHint = 241 239 229; Average background color (beige)
  1349. BorderColorHint = 255 255 255; Edge color (white)
  1350.  
  1351.  
  1352. ;Minimize button for a maximized MDI window
  1353. [Window.MDIMinButton]
  1354. BgType = ImageFile
  1355. sizingType = stretch
  1356. ImageFile = Blue\MDICaptionButton.bmp
  1357. ImageCount=4
  1358. ImageLayout = Vertical
  1359. SizingMargins = 4, 4, 4, 4
  1360. ContentMargins = 0, 0, 0, 0
  1361. OffsetType = TopRight
  1362. Offset = -53, 1
  1363. GlyphType   = ImageGlyph
  1364. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1365. GlyphTransparent= true
  1366. FillColorHint = 241 239 229; Average background color (beige)
  1367. BorderColorHint = 255 255 255; Edge color (white)
  1368.  
  1369. ;-------------- Start Panel -------------------
  1370. [StartPanel]
  1371. bgtype = none
  1372. DefaultPaneSize = 0, 0, 380, 440
  1373.  
  1374. [StartPanel.UserPane]
  1375. UserPicture         = True
  1376. ImageLayout         = Horizontal
  1377. TextColor           = 255 255 255
  1378. Font                = Franklin Gothic Medium, 14
  1379. DefaultPaneSize     = 0, 0, 380, 64
  1380. BgType              = Imagefile
  1381. Transparent         = True
  1382. ImageFile = Blue\StartUserPanel.bmp
  1383. Imagecount          = 1
  1384. SizingMargins       = 59, 60, 62, 0
  1385. sizingType          = Stretch
  1386. TEXTSHADOWOFFSET= 2, 2
  1387. textshadowcolor     = 9 66 139
  1388. TextShadowType      = continuous
  1389. FillColorHint = 31 113 216; Average background (blue)
  1390.  
  1391.  
  1392. [StartPanel.UserPicture]
  1393. BgType = ImageFile
  1394. ImageFile = Blue\UserTileBackground.bmp
  1395. Imagecount = 1
  1396. SizingType = Stretch
  1397. SizingMargins = 6, 10, 6, 10
  1398. ContentMargins = 8, 6, 8, 6
  1399. Transparent = true
  1400. FillColorHint = 204 214 235; Average Background (light blue grey)
  1401.  
  1402.  
  1403. [StartPanel.ProgList]
  1404. DefaultPaneSize = 0, 0, 190, 306
  1405. ContentMargins  = 6 4 9 5
  1406. TextColor   = 55 55 56 
  1407. HotTracking = 48 112 208
  1408. CaptionText = 128 128 128
  1409. BgType  = ImageFile
  1410. SizingType  = Stretch
  1411. SizingMargins   = 2, 153, 3, 0
  1412. sizingType = Stretch
  1413. ImageFile = Blue\StartPanelMFUBackground.bmp
  1414. imagecount  = 1
  1415. FillColorHint = 204 214 235; Average Background (light blue grey)
  1416.  
  1417.  
  1418. [StartPanel.ProgListSeparator]
  1419. BgType = ImageFile
  1420. SizingType = TrueSize
  1421. ImageFile = Blue\StartProgramsSeparator.bmp
  1422.  
  1423. [StartPanel.MorePrograms]
  1424. DefaultPaneSize = 0, 0, 190, 30
  1425. TextColor           = 55 55 56
  1426. HotTracking         = 48 112 208
  1427. Font                = Tahoma, 8, Bold
  1428. BgType              = ImageFile
  1429. SizingType          = Stretch
  1430. SizingMargins       = 3, 0, 0, 1
  1431.  
  1432. ;  left and right contentmargins should match proglist
  1433. ContentMargins  = 8, 8, 0, 6
  1434. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1435. imagecount  = 1
  1436. sizingType = Stretch
  1437.  
  1438. [StartPanel.MoreProgramsArrow]
  1439. BgType  = ImageFile
  1440. SizingType  = TrueSize
  1441. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1442. ImageCount  = 1
  1443. FillColorHint = 108 207 108; Average color (green)
  1444.  
  1445. [StartPanel.MoreProgramsArrow(hot)]
  1446. BgType  = ImageFile
  1447. SizingType  = TrueSize
  1448. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1449. ImageCount  = 1
  1450. FillColorHint = 107 239 107; Average color (bright green)
  1451.  
  1452.  
  1453. [StartPanel.PlacesList]
  1454. DefaultPaneSize = 0, 0, 190, 336
  1455. ContentMargins  = 4 6 9 5
  1456. TextColor           = 10 36 106
  1457. HotTracking         = 80 150 248
  1458. BgType              = imageFile
  1459. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1460. imagecount = 1
  1461. SizingMargins = 172, 7, 3, 1
  1462. sizingType = Stretch
  1463. FillColorHint = 211 229 250; Background color (light blue)
  1464.  
  1465. [StartPanel.PlacesListSeparator]
  1466. BgType = ImageFile
  1467. SizingType = TrueSize
  1468. ImageFile = Blue\StartPlacesSeparator.bmp
  1469.  
  1470. [StartPanel.Logoff]
  1471. ContentMargins =  0, 0, 4, 2
  1472. DefaultPaneSize = 0, 0, 380, 40
  1473. TextColor   = 255 255 255
  1474. HotTracking = 255 255 255
  1475. bgType = imagefile
  1476. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1477. imagecount = 1
  1478. sizingMargins = 49, 47, 0, 38
  1479. sizingType = Stretch
  1480. FillColorHint = 37 119 223; Background color (lblue)
  1481.  
  1482. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1483. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1484. [StartPanel.LogoffButtons]
  1485. BgType  = ImageFile
  1486. Transparent = True
  1487. SizingType  = TrueSize
  1488. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1489. ImageCount  = 1
  1490.  
  1491. [StartPanel.LogoffButtons(hot)]
  1492. BgType  = ImageFile
  1493. Transparent = True
  1494. SizingType  = TrueSize
  1495. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1496. ImageCount  = 1
  1497.  
  1498.  
  1499. ;-------------- Taskbar specific --------------
  1500. [Start::Button]
  1501. BgType  = ImageFile
  1502. SizingType  = Stretch
  1503. SizingMargins   = 6, 52, 13, 14
  1504. ContentMargins  = 10, 24, 2, 4
  1505. ImageFile = Blue\StartButton.bmp
  1506. ImageCount  = 3
  1507. ImageLayout = Vertical
  1508. Transparent = True
  1509. Font= Franklin Gothic Medium, 14, italic
  1510. TextColor   = 255 255 255
  1511. TEXTSHADOWOFFSET= 2, 2
  1512. textshadowcolor = 69 76 16
  1513. TextShadowType  = continuous
  1514. FillColorHint = 74 153 73; Average color (green)
  1515.  
  1516. [StartMenu::MenuBand]
  1517. TextColor   = 0 0 0
  1518.  
  1519. [StartMenu::MenuBand(Hot)]
  1520. TextColor   = 255 255 255
  1521.  
  1522. [StartMenu::MenuBand.NewAppButton]
  1523. BgType  = ImageFile
  1524. SizingType  = Stretch
  1525. SizingMargins   = 6, 1, 0, 0
  1526. ContentMargins  = 10, 0, 3, 0
  1527. ImageFile = Blue\StartGroupNewAppButton.bmp
  1528. ImageCount  = 1
  1529. Transparent    = True
  1530. TransparentColor= 255 0 0
  1531. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1532.  
  1533. [StartMenu::MenuBand.Seperator]
  1534. BgType  = ImageFile
  1535. SizingType  = Stretch
  1536. SizingMargins   = 6, 1, 3, 0
  1537. ContentMargins  = 10, 0, 3, 0
  1538. ImageFile = Blue\StartGroupSeperator.bmp
  1539. ImageCount  = 1
  1540. Transparent    = True
  1541. TransparentColor= 255 0 0
  1542. FillColorHint = 211 211 200; Separator color (grey)
  1543.  
  1544. [StartMenu::Toolbar]
  1545. BgType  = ImageFile
  1546. ImageFile = Blue\StartGroupBackground.bmp
  1547. SizingType    = Stretch
  1548. SizingMargins    = 6, 5, 3, 4
  1549. ContentMargins    = 0, 0, 0, 0
  1550. Font= Tahoma, 8
  1551. TextColor   = 0 0 0
  1552. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1553. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1554.  
  1555.  
  1556. [StartMenu::Toolbar(Hot)]
  1557. TextColor   = 255 255 255
  1558.  
  1559. [StartMenu::Toolbar.Button]
  1560. BgType  = ImageFile
  1561. SizingType  = Stretch
  1562. SizingMargins   = 6, 1, 0, 0
  1563. ContentMargins  = 10, 0, 3, 0
  1564. ImageFile = Blue\StartGroupToolbarButton.bmp
  1565. ImageCount  = 3
  1566. ImageLayout    = vertical
  1567. Transparent    = True
  1568. TransparentColor= 255 0 0
  1569. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1570.  
  1571.  
  1572. [TaskBar::Toolbar]
  1573. BgType  = None
  1574. Font= Tahoma, 8
  1575. TextColor   = 255 255 255
  1576.  
  1577. [TaskBar::Toolbar.Button]
  1578. BgType  = ImageFile
  1579. SizingType  = Stretch
  1580. SizingMargins   = 8, 3, 18, 8
  1581. ContentMargins  = 0, 0, 4, 4
  1582. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1583. ImageCount  = 6
  1584. ImageLayout = vertical
  1585. Transparent = True
  1586. FillColorHint = 53 122 238; Average background color (blue)
  1587.  
  1588. [TaskBar::Toolbar.DropdownButton]
  1589. BgType  = ImageFile
  1590.  
  1591. SizingType  = Stretch
  1592. SizingMargins   = 8, 3, 18, 8
  1593. ContentMargins  = 2, 0, 4, 4
  1594. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1595. ImageCount  = 6
  1596. ImageLayout = vertical
  1597. Transparent = True
  1598. FillColorHint = 53 122 238; Average background color (blue)
  1599.  
  1600. [TaskBarVert::Toolbar]
  1601. BgType  = None
  1602. Font= Tahoma, 8
  1603. TextColor   = 255 255 255
  1604.  
  1605. [TaskBarVert::Toolbar.Button]
  1606. BgType  = ImageFile
  1607. SizingType  = Stretch
  1608. SizingMargins   = 15, 5, 6, 4
  1609. ContentMargins  = 1, 1, 1, 1
  1610. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1611. ImageCount  = 6
  1612. ImageLayout = vertical
  1613. Transparent = True
  1614. FillColorHint = 53 122 238; Average background color (blue)
  1615.  
  1616. [TaskBarVert::Toolbar.DropdownButton]
  1617. BgType  = ImageFile
  1618. SizingType  = Stretch
  1619. SizingMargins   = 15, 5, 6, 4
  1620. ContentMargins  = 1, 1, 1, 1
  1621. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1622. ImageCount  = 6
  1623. ImageLayout = vertical
  1624. Transparent = True
  1625. FillColorHint = 53 122 238; ; Average background color (blue)
  1626.  
  1627. [TaskBar::Rebar]
  1628. BgType  = None
  1629. Font= Tahoma, 8
  1630. TextColor   = 123 182 232
  1631.  
  1632. [TaskBar::Rebar.Band]
  1633. BgType  = None
  1634.  
  1635. [TaskBar::Rebar.Gripper]
  1636. BgType  = ImageFile
  1637. SizingType  = Tile
  1638. SizingMargins   = 0, 0, 6, 4
  1639. ContentMargins  = 2, 1, 0, 0
  1640. ImageFile = Blue\TaskbarGripper.bmp
  1641. ImageCount  = 1
  1642. Transparent = True
  1643. TransparentColor= 255 0 255
  1644. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1645.  
  1646. [TaskBar::Rebar.GripperVert]
  1647. BgType  = ImageFile
  1648. SizingType  = Tile
  1649. SizingMargins   = 4, 6, 0, 0
  1650. ContentMargins  = 0, 0, 2, 1
  1651. ImageFile = Blue\TaskbarGripperVertical.bmp
  1652. ImageCount  = 1
  1653. Transparent = True
  1654. TransparentColor= 255 0 255
  1655. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1656.  
  1657. [TaskBar::Rebar.Chevron]
  1658. BgType  = ImageFile
  1659. SizingType  = Stretch
  1660. SizingMargins   = 8, 3, 18, 8
  1661. ContentMargins  = 0, 0, 0, 10
  1662. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1663. ImageCount  = 6
  1664. ImageLayout = vertical
  1665. Transparent = True
  1666. GlyphType   = ImageGlyph
  1667. GlyphImageFile = Blue\TaskbarChevron.bmp
  1668. GlyphTransparent= true
  1669. VAlign = Top
  1670. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1671.  
  1672. [TaskBar::Rebar.ChevronVert]
  1673. BgType  = ImageFile
  1674. SizingType  = Stretch
  1675. SizingMargins   = 15, 5, 6, 4
  1676. ContentMargins  = 0, 0, 0, 0
  1677. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1678. ImageCount  = 6
  1679. ImageLayout = vertical
  1680. Transparent = True
  1681. GlyphType   = ImageGlyph
  1682. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1683. GlyphTransparent= true
  1684. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1685.  
  1686. [TaskBar.BackgroundBottom]
  1687. BgType  = ImageFile
  1688. SizingType  = Tile
  1689. SizingMargins   = 0, 0, 15, 11
  1690. ImageFile = Blue\TaskbarBackground.bmp
  1691. ImageCount  = 1
  1692. FillColorHint = 36 94 220; Average background color (blue)
  1693.  
  1694. [TaskBar.SizingBarBottom]
  1695. BgType  = ImageFile
  1696. SizingType  = Tile
  1697. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1698. ImageCount  = 1
  1699. FillColorHint = 50 128 231; Average color (blue)
  1700.  
  1701. [TaskBar.BackgroundLeft]
  1702. BgType  = ImageFile
  1703. SizingType  = Tile
  1704. SizingMargins   = 15, 11, 0, 0
  1705. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1706. ImageCount  = 1
  1707. FillColorHint = 36 94 220; Average background color (blue)
  1708.  
  1709. [TaskBar.SizingBarLeft]
  1710. BgType  = ImageFile
  1711. SizingType  = Tile
  1712. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1713. ImageCount  = 1
  1714. FillColorHint = 50 128 231; Average color (blue)
  1715.  
  1716. [TaskBar.BackgroundTop]
  1717. BgType  = ImageFile
  1718. SizingType  = Tile
  1719. SizingMargins   = 0, 0, 15, 11
  1720. ImageFile = Blue\TaskbarBackground.bmp
  1721. ImageCount  = 1
  1722. FillColorHint = 36 94 220; Average background color (blue)
  1723.  
  1724. [TaskBar.SizingBarTop]
  1725. BgType  = ImageFile
  1726. SizingType  = Tile
  1727. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1728. ImageCount  = 1
  1729. FillColorHint = 50 128 231; Average color (blue)
  1730.  
  1731. [TaskBar.BackgroundRight]
  1732. BgType  = ImageFile
  1733. SizingType  = Tile
  1734. SizingMargins   = 11, 13, 0, 0
  1735. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1736. ImageCount  = 1
  1737. FillColorHint = 36 94 220; Average background color (blue)
  1738.  
  1739. [TaskBar.SizingBarRight]
  1740. BgType  = ImageFile
  1741. SizingType  = Stretch
  1742. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1743. ImageCount  = 1
  1744. FillColorHint = 50 128 231; Average color (blue)
  1745.  
  1746. ;-------------- Taskband specific --------------
  1747. [TaskBand.FlashButton]
  1748. BgType  = ImageFile
  1749. SizingType  = Stretch
  1750. SizingMargins   = 4, 4, 4, 4
  1751. ContentMargins  = 0, 0, 4, 4
  1752. ImageFile = Blue\TaskBandFlashButton.bmp
  1753. ImageCount  = 1
  1754. ImageLayout = vertical
  1755. Transparent = True
  1756. FillColorHint = 56 130 234; Average background color (blue)
  1757. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1758.  
  1759. [TaskBand.FlashButtonGroupMenu]
  1760. BgType  = ImageFile
  1761. SizingType  = Stretch
  1762. SizingMargins   = 4, 4, 4, 4
  1763. ContentMargins  = 0, 0, 4, 4
  1764. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1765. ImageCount  = 1
  1766. Transparent = True
  1767. FillColorHint = 56 130 234; Average background color (blue)
  1768. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1769.  
  1770. [TaskBand.GroupCount]
  1771. Font= Tahoma, 8, Bold
  1772. TextColor   = 255 204 109
  1773.  
  1774. [TaskBand::Toolbar]
  1775. BgType  = None
  1776. Font= Tahoma, 8
  1777. TextColor   = 255 255 255
  1778.  
  1779. [TaskBand::Toolbar.Button]
  1780. BgType  = ImageFile
  1781. SizingType  = Stretch
  1782. SizingMargins   = 17, 5, 15, 8
  1783. ContentMargins  = 0, 4, 4, 4
  1784. ImageFile = Blue\TaskBandButton.bmp
  1785. ImageCount  = 6
  1786. ImageLayout = vertical
  1787. Transparent = True
  1788. FillColorHint = 54 127 239
  1789.  
  1790. [TaskBand::Toolbar.DropdownButton]
  1791. BgType  = ImageFile
  1792. SizingType  = Stretch
  1793. SizingMargins   = 17, 5, 15, 8
  1794. ContentMargins  = 0, 4, 4, 4
  1795. ImageFile = Blue\TaskBandButton.bmp
  1796. ImageCount  = 6
  1797. ImageLayout = vertical
  1798. Transparent = True
  1799. FillColorHint = 54 127 239; Average background color (blue)
  1800.  
  1801. [TaskBandVert::Toolbar]
  1802. BgType  = None
  1803. Font= Tahoma, 8
  1804. TextColor   = 255 255 255
  1805.  
  1806. [TaskBandVert::Toolbar.Button]
  1807. BgType  = ImageFile
  1808. SizingType  = Stretch
  1809. SizingMargins   = 16, 7, 12, 6
  1810. ContentMargins  = 0, 4, 4, 4
  1811. ImageFile = Blue\TaskBandButtonVertical.bmp
  1812. ImageCount  = 6
  1813. ImageLayout = vertical
  1814. Transparent = True
  1815. FillColorHint = 54 127 239; Average background color (blue)
  1816.  
  1817. [TaskBandVert::Toolbar.DropdownButton]
  1818. BgType  = ImageFile
  1819. SizingType  = Stretch
  1820. SizingMargins   = 16, 7, 12, 6
  1821. ContentMargins  = 0, 4, 4, 4
  1822. ImageFile = Blue\TaskBandButtonVertical.bmp
  1823. ImageCount  = 6
  1824. ImageLayout = vertical
  1825. Transparent = True
  1826. FillColorHint = 54 127 239; Average background color (blue)
  1827.  
  1828. [TaskBand::ScrollBar.ArrowBtn]
  1829. BgType  = ImageFile
  1830. SizingMargins = 5, 5, 5, 5
  1831. ContentMargins = 0, 0, 0, 0
  1832. SizingType = Stretch
  1833. ImageFile = Blue\TaskbandScrollArrows.bmp
  1834. ImageCount = 16
  1835. ImageLayout = Vertical
  1836. GlyphType   = ImageGlyph
  1837. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1838. GlyphTransparent = True
  1839. FillColorHint = 25 66 205; Average background color (dark blue)
  1840.  
  1841. [TaskBand::Scrollbar.ThumbBtnHorz]
  1842. BgType  = ImageFile
  1843. SizingMargins = 5, 5, 5, 5
  1844. ContentMargins = 4, 4, 0, 0
  1845. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1846. ImageCount  = 4
  1847. ImageLayout = Vertical
  1848. FillColorHint = 25 66 205; Average background color (dark blue)
  1849.  
  1850. ;A visual element in the middle of the scrollbar thumb
  1851. [TaskBand::Scrollbar.GripperHorz]
  1852. BgType  = ImageFile
  1853. SizingType  = TrueSize
  1854. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1855. imagelayout = vertical
  1856. Transparent = True
  1857. ImageCount  = 4
  1858. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1859.  
  1860.  
  1861. ; Scrollbar Thumb (vertical)
  1862. [TaskBand::Scrollbar.ThumbBtnVert]
  1863. BgType  = ImageFile
  1864. SizingMargins = 5, 5, 5, 5
  1865. ContentMargins = 0, 0, 4, 4
  1866. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1867. ImageCount  = 4
  1868. ImageLayout = vertical
  1869. FillColorHint = 25 66 205; Average background color (dark blue)
  1870.  
  1871. ;A visual element in the middle of the scrollbar thumb
  1872. [TaskBand::Scrollbar.GripperVert]
  1873. BgType  = ImageFile
  1874. SizingType  = TrueSize
  1875. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1876. ImageCount  = 4
  1877. Transparent = True
  1878. ImageLayout = Vertical
  1879. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1880.  
  1881.  
  1882. ; Scrollbar Tracks (horizontal)
  1883. [TaskBand::Scrollbar.LowerTrackHorz]
  1884. BgType  = imagefile
  1885. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1886. SizingMargins = 0, 0, 1, 1
  1887. ImageCount = 4
  1888. ImageLayout = Vertical
  1889. FillColorHint = 37 90 225; Average background color (blue)
  1890.  
  1891.  
  1892. [TaskBand::Scrollbar.UpperTrackHorz]
  1893. BgType  = imagefile
  1894. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1895. SizingMargins = 0, 0, 1, 1
  1896. ImageCount = 4
  1897. ImageLayout = Vertical
  1898. FillColorHint = 37 90 225; Average background color (blue)
  1899.  
  1900.  
  1901. ; Scrollbar Tracks (vertical)
  1902. [TaskBand::Scrollbar.LowerTrackVert]
  1903. BgType  = imagefile
  1904. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1905. SizingMargins = 1, 1, 0, 0
  1906. ImageCount = 4
  1907. ImageLayout = Vertical
  1908. FillColorHint = 37 90 225; Average background color (blue)
  1909.  
  1910.  
  1911. [TaskBand::Scrollbar.UpperTrackVert]
  1912. BgType  = imagefile
  1913. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1914. SizingMargins = 1, 1, 0, 0
  1915. ImageCount = 4
  1916. ImageLayout = Vertical
  1917. FillColorHint = 37 90 225; Average background color (blue)
  1918.  
  1919. ;-------------- Taskband Group Menu specific --------------
  1920. [TaskBandGroupMenu::Toolbar]
  1921. BgType  = ImageFile
  1922. ImageFile = Blue\TaskBandBackground.bmp
  1923. SizingType    = Tile
  1924. SizingMargins    = 3, 3, 3, 3
  1925. ContentMargins    = 9, 0, 0, 0
  1926. Font= Tahoma, 8
  1927. TextColor   = 255 255 255
  1928. FillColorHint = 33 87 213; Average background color (blue)
  1929. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1930.  
  1931.  
  1932. [TaskBandGroupMenu::Toolbar.Button]
  1933. BgType  = ImageFile
  1934. SizingType  = stretch
  1935. SizingMargins   = 3, 3, 0, 0
  1936. ContentMargins  = 9, 0, 3, 3
  1937. ImageFile = Blue\TaskBandHover.bmp
  1938. ImageCount  = 3
  1939. ImageLayout    = vertical
  1940. Transparent    = True
  1941. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1942.  
  1943. ;-------------- Tray Notify specific --------------
  1944. [TrayNotify::Toolbar]
  1945. BgType  = None
  1946.  
  1947. [TrayNotify::Toolbar.Button]
  1948. BgType  = None
  1949.  
  1950. [TrayNotifyHoriz::TrayNotify.Background]
  1951. BgType  = ImageFile
  1952. SizingType  = Stretch
  1953. SizingMargins   = 34, 10, 12, 12
  1954. ContentMargins  = 19, 7, 0, 0
  1955. ImageFile = Blue\TaskbarTray.bmp
  1956. ImageCount  = 1
  1957. Transparent = True
  1958. TransparentColor= 255 0 0
  1959. FillColorHint = 13 141 234; Average background color (blue)
  1960.  
  1961. [TrayNotifyHoriz::Button]
  1962. BgType  = ImageFile
  1963. SizingType  = TrueSize
  1964. ImageFile = Blue\TrayChevronHorizontal.bmp
  1965. ImageCount  = 3
  1966. Imagelayout = vertical
  1967. FillColorHint = 56 173 243; Average background color (blue)
  1968.  
  1969. [TrayNotifyHorizOpen::Button]
  1970. BgType  = ImageFile
  1971. SizingType  = TrueSize
  1972. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1973. ImageCount  = 3
  1974. Imagelayout = vertical
  1975. FillColorHint = 56 173 243; Average background color (blue)
  1976.  
  1977. [TrayNotifyVert::TrayNotify.Background]
  1978. BgType  = ImageFile
  1979. SizingType  = Stretch
  1980. SizingMargins   = 12, 12, 34, 10
  1981. ContentMargins  = 0, 0, 19, 7
  1982. ImageFile = Blue\TaskbarTrayVertical.bmp
  1983. ImageCount  = 1
  1984. Transparent = True
  1985. TransparentColor= 255 0 0
  1986. FillColorHint = 13 141 234; Average background color (blue)
  1987.  
  1988. [TrayNotifyVert::Button]
  1989. BgType  = ImageFile
  1990. SizingType  = TrueSize
  1991. Transparent = True
  1992. ImageFile = Blue\TrayChevronHorizontal.bmp
  1993. ImageCount  = 3
  1994. Imagelayout = vertical
  1995. FillColorHint = 56 173 243; Average background color (blue)
  1996.  
  1997.  
  1998. [TrayNotifyVertOpen::Button]
  1999. BgType  = ImageFile
  2000. SizingType  = TrueSize
  2001. Transparent = True
  2002. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  2003. ImageCount  = 3
  2004. Imagelayout = vertical
  2005. FillColorHint = 56 173 243; Average background color (blue)
  2006.  
  2007.  
  2008. [TrayNotify::Clock]
  2009. Font= Tahoma, 8
  2010. TextColor   = 255 255 255
  2011.  
  2012. ;-------------- Application-specific ------------------------
  2013.  
  2014.  
  2015. ;----------- places bar --------------------------------
  2016. ;The places toolbar in the fileopen/save dialog.
  2017. [Placesbar::Toolbar]
  2018. SizingMargins = 4, 4, 4, 4
  2019. ContentMargins = 0, 0, 0, 0
  2020. ImageFile = Blue\PlaceBarBackground.bmp
  2021. bgtype = imagefile
  2022. imageCount = 1
  2023. sizingType = tile
  2024. FillColorHint = 249 248 243; Background color (light beige)
  2025.  
  2026. [Placesbar::Toolbar.Button]
  2027. SizingMargins = 4, 4, 4, 4
  2028. ContentMargins = 0, 0, 4, 2
  2029. ImageFile = Blue\PlaceBarButtons.bmp
  2030. bgtype = imagefile
  2031. imagelayout = vertical
  2032. imageCount = 6
  2033. sizingType = stretch
  2034. transparent = true
  2035. FillColorHint = 255 255 255; Selected color (white)
  2036. BorderColorHint = 122 152 175; Outline color (blue grey)
  2037.  
  2038. ;----------- Explorer (IE) bar --------------------------------
  2039. [ExplorerBar]
  2040. BgType  = BorderFill
  2041. FillType= VertGradient
  2042. GradientRatio1  = 0
  2043. GradientColor1  = 140 170 230
  2044. GradientRatio2  = 255
  2045. GradientColor2  = 100 135 220
  2046. BorderSize  = 0
  2047. ContentMargins  = 12, 12, 12, 12
  2048.  
  2049. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2050. BgType  = ImageFile
  2051. SizingType  = Stretch
  2052. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2053. SizingMargins   = 202, 1, 0, 0
  2054. Font= Tahoma, 8, Bold
  2055. TextColor   = 255 255 255
  2056. ContentMargins  = 8, 8, 7, 7
  2057. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2058.  
  2059. [ExplorerBar.HeaderClose]; Not used in IE 6
  2060. BgType  = ImageFile
  2061. SizingType  = TrueSize
  2062. ImageLayout = Vertical
  2063. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2064. ImageCount  = 3
  2065. Transparent = true
  2066. OffsetType  = TopRight
  2067. Offset  = -4, 4
  2068. FillColorHint = 138 168 229; Close box normal state (blue)
  2069. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2070.  
  2071. [ExplorerBar.HeaderPin]; Not used in IE 6
  2072. BgType  = ImageFile
  2073. SizingType  = TrueSize
  2074. ImageLayout = Vertical
  2075. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2076. ImageCount  = 6
  2077. Transparent = true
  2078. OffsetType  = TopRight
  2079. Offset  = -6, 4
  2080. FillColorHint = 189 206 239; Average pin color (blue grey)
  2081.  
  2082. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2083. BgType  = ImageFile
  2084. SizingType  = TrueSize
  2085. ImageLayout = Vertical
  2086. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2087. ImageCount  = 3
  2088. Transparent = true
  2089. OffsetType  = TopRight
  2090. Offset  = -3, 1
  2091. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2092. BorderColorHint = 165 187 228; Border of button (blue grey)
  2093.  
  2094. [ExplorerBar.NormalGroupBackground]
  2095. BgType  = ImageFile
  2096. FillColor = 214 223 247
  2097. BorderColor = 255 255 255
  2098. SizingType  = Stretch
  2099. ImageFile = Blue\NormalGroupBackground.bmp
  2100. SizingMargins   = 3, 3, 3, 3
  2101. Font= Tahoma, 8
  2102. TextColor   = 38 92 192
  2103. ContentMargins  = 8, 8, 7, 7
  2104.  
  2105. [ExplorerBar.NormalGroupCollapse]
  2106. BgType  = ImageFile
  2107. SizingType  = TrueSize
  2108. ImageLayout = Vertical
  2109. ImageFile = Blue\NormalGroupCollapse.bmp
  2110. ImageCount  = 3
  2111. Transparent = true
  2112. OffsetType  = TopRight
  2113. Offset  = -3, 1
  2114. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2115. BorderColorHint = 165 187 228; Border of button (blue grey)
  2116.  
  2117. [ExplorerBar.NormalGroupExpand]
  2118. BgType  = ImageFile
  2119. SizingType  = TrueSize
  2120. ImageLayout = Vertical
  2121. ImageFile = Blue\NormalGroupExpand.bmp
  2122. ImageCount  = 3
  2123. Transparent = true
  2124. OffsetType  = TopRight
  2125. Offset  = -3, 1
  2126. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2127. BorderColorHint = 165 187 228; Border of button (blue grey)
  2128.  
  2129. [ExplorerBar.NormalGroupHead]
  2130. BgType  = ImageFile
  2131. SizingType  = Stretch
  2132. ImageFile = Blue\NormalGroupHead.bmp
  2133. SizingMargins   = 3, 106, 3, 1
  2134. Transparent = true
  2135. Font= Tahoma, 8, Bold
  2136. TextColor   = 33 93 198
  2137. ContentMargins  = 8, 8, 7, 7
  2138. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2139.  
  2140. [ExplorerBar.SpecialGroupBackground]
  2141. BgType  = ImageFile
  2142. SizingType  = Stretch
  2143. ImageFile = Blue\SpecialGroupBackground.bmp
  2144. SizingMargins   = 3, 3, 3, 3
  2145. Font= Tahoma, 8
  2146. TextColor   = 38 92 192
  2147. ContentMargins  = 8, 8, 7, 7
  2148. FillColorHint = 239 243 255; Background color (very light blue)
  2149.  
  2150. [ExplorerBar.SpecialGroupCollapse]
  2151. BgType  = ImageFile
  2152. SizingType  = TrueSize
  2153. ImageLayout = Vertical
  2154. ImageFile = Blue\SpecialGroupCollapse.bmp
  2155. ImageCount  = 3
  2156. Transparent = true
  2157. OffsetType  = TopRight
  2158. Offset  = -3, 1
  2159. FillColorHint = 36 89 195; Average background color (dark blue)
  2160. BorderColorHint = 70 114 205; Edge color (dark blue)
  2161.  
  2162.  
  2163. [ExplorerBar.SpecialGroupExpand]
  2164. BgType  = ImageFile
  2165. SizingType  = TrueSize
  2166. ImageLayout = Vertical
  2167. ImageFile = Blue\SpecialGroupExpand.bmp
  2168. ImageCount  = 3
  2169. Transparent = true
  2170. OffsetType  = TopRight
  2171. Offset  = -3, 1
  2172. FillColorHint = 36 89 195; Average background color (dark blue)
  2173. BorderColorHint = 70 114 205; Edge color (dark blue)
  2174.  
  2175.  
  2176. [ExplorerBar.SpecialGroupHead]
  2177. BgType  = ImageFile
  2178. SizingType  = Stretch
  2179. ImageFile = Blue\SpecialGroupHead.bmp
  2180. SizingMargins   = 3, 106, 3, 1
  2181. Transparent = true
  2182. Font= Tahoma, 8, Bold
  2183. TextColor   = 255 255 255
  2184. FillColor = 2 72 178
  2185. ContentMargins  = 8, 8, 7, 7
  2186.  
  2187. [ExplorerBar::Rebar]; Not used in IE6
  2188. bgtype  = imagefile
  2189. sizingtype  = stretch
  2190. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2191. sizingmargins   = 0, 0, 0, 4
  2192. Font= Tahoma, 8
  2193. TextColor   = 127 124 115
  2194. FillColorHint = 243 247 253; (very light blue)
  2195.  
  2196. [ExplorerBar::Rebar.Band]; Not used in IE6
  2197. bgtype  = none
  2198. ContentMargins    = 2, 0, 0, 0
  2199.  
  2200. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2201. bgtype = imagefile
  2202. SizingMargins   = 0, 0, 6, 4
  2203. ContentMargins  = 3, 0, 0, 0
  2204. ImageFile = Blue\Gripper.bmp
  2205. sizingType  = Tile
  2206. Transparent = true
  2207. TransparentColor= 255 0 0
  2208. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2209.  
  2210. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2211. bgtype  = imagefile
  2212. SizingMargins   = 9, 8, 0, 0
  2213. ImageFile = Blue\GripperVert.bmp
  2214. sizingType  = Tile
  2215. Transparent = true
  2216. TransparentColor= 255 0 0
  2217. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2218.  
  2219. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2220. SizingMargins   = 4, 4, 4, 4
  2221. ContentMargins  = 0, 0, 0, 0
  2222. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2223. bgtype  = imagefile
  2224. imagelayout = vertical
  2225. imageCount  = 6
  2226. sizingType  = Stretch
  2227. Transparent = true
  2228. GlyphType   = ImageGlyph
  2229. GlyphImageFile = Blue\Chevron.bmp
  2230. GlyphTransparent= true
  2231. VAlign  = Top
  2232. FillColorHint = 0 0 0; Glyph color (black)
  2233.  
  2234. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2235. SizingMargins   = 4, 4, 4, 4
  2236. ContentMargins  = 0, 0, 0, 0
  2237. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2238. bgtype  = imagefile
  2239. imagelayout = vertical
  2240. imageCount  = 6
  2241. sizingType  = Stretch
  2242. Transparent = true
  2243. GlyphType   = ImageGlyph
  2244. GlyphImageFile = Blue\Chevron.bmp
  2245. GlyphTransparent= true
  2246. VAlign  = Top
  2247. FillColorHint = 0 0 0; Glyph color (black)
  2248.  
  2249. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2250. SizingMargins   = 4, 4, 4, 4
  2251. ContentMargins  = 0, 0, 0, 0
  2252. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2253. bgtype  = imagefile
  2254. imagelayout = vertical
  2255. imageCount  = 6
  2256. sizingType  = Stretch
  2257. Transparent = true
  2258. TransparentColor= 255 0 255
  2259. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2260. BorderColorHint = 168 191 234; Edge color (grey blue)
  2261.  
  2262. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2263. SizingMargins   = 4, 4, 4, 4
  2264. ContentMargins  = 0, 0, 0, 0
  2265. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2266. bgtype  = imagefile
  2267. imagelayout = vertical
  2268. imageCount  = 6
  2269. sizingType  = Stretch
  2270. Transparent = true
  2271. TransparentColor= 255 0 255
  2272. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2273. BorderColorHint = 168 191 234; Edge color (grey blue)
  2274.  
  2275. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2276. SizingMargins   = 4, 2, 4, 4
  2277. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2278. bgtype  = imagefile
  2279. imagelayout = vertical
  2280. imageCount  = 6
  2281. sizingType  = Stretch
  2282. Transparent = true
  2283. TransparentColor= 255 0 255
  2284. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2285. BorderColorHint = 168 191 234; Edge color (grey blue)
  2286.  
  2287. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2288. SizingMargins   = 2, 4, 4, 4
  2289. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2290. bgtype  = imagefile
  2291. imagelayout = vertical
  2292. imageCount  = 6
  2293. sizingType  = Stretch
  2294. Transparent = true
  2295. TransparentColor= 255 0 255
  2296. GlyphType   = ImageGlyph
  2297. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2298. GlyphTransparent= true
  2299. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2300. BorderColorHint = 168 191 234; Edge color (grey blue)
  2301.  
  2302. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2303. SizingMargins   = 5, 2, 2, 1
  2304. ImageFile = Blue\Separator.bmp
  2305. bgtype  = imagefile
  2306. imageCount  = 1
  2307. sizingType  = tile
  2308. Transparent = true
  2309. TransparentColor= 255 0 0
  2310. FillColorHint = 202 198 175; Separator line color (dark beige)
  2311.  
  2312. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2313. SizingMargins   = 2, 1, 5, 1
  2314. ImageFile = Blue\SeparatorVert.bmp
  2315. bgtype  = imagefile
  2316. imageCount  = 1
  2317. sizingType  = tile
  2318. Transparent = true
  2319. TransparentColor= 255 0 0
  2320. FillColorHint = 202 198 175; Separator line color (dark beige)